home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / toku2 / MeedioHouseBot[1].2.20.setup.exe / {app} / Config / NewDB / HBData.mdb / Devices.json < prev    next >
JavaScript Object Notation  |  2004-07-30  |  600b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (250) NOT NULL",
  5.         "Description": "Text (250) NOT NULL",
  6.         "HardwareModuleID": "Long Integer NOT NULL",
  7.         "GroupID": "Long Integer NOT NULL",
  8.         "Enabled": "Long Integer NOT NULL",
  9.         "Comment": "Text (255)"
  10.     },
  11.     "data": [
  12.         {
  13.             "ID": 2,
  14.             "Name": "System Time",
  15.             "Description": "System Time",
  16.             "HardwareModuleID": 0,
  17.             "GroupID": 0,
  18.             "Enabled": 1
  19.         },
  20.         {
  21.             "ID": 3,
  22.             "Name": "Null Device",
  23.             "Description": "Sample Theme Device",
  24.             "HardwareModuleID": 0,
  25.             "GroupID": 0,
  26.             "Enabled": 1,
  27.             "Comment": "This Device is used in the Sample Theme.  The Sample Theme, and this Device, are included as examples of linking Devices into Themes."
  28.         }
  29.     ]
  30. }